home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Kompuutteri Kaikille K-CD 2002 #1
/
K-CD_2002-01.iso
/
Delphi
/
INSTALL
/
program files
/
Borland
/
Delphi6
/
Objrepos
/
Win2KApp
/
About.dfm
/
About.txt
Wrap
Text File
|
2001-05-22
|
1KB
|
79 lines
object AboutBox: TAboutBox
Left = 243
Top = 108
ActiveControl = OKButton
BorderStyle = bsDialog
Caption = 'About'
ClientHeight = 257
ClientWidth = 367
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 120
TextHeight = 16
object Panel1: TPanel
Left = 10
Top = 10
Width = 346
Height = 198
BevelOuter = bvLowered
TabOrder = 0
object ProgramIcon: TImage
Left = 10
Top = 10
Width = 80
Height = 70
IsControl = True
end
object ProductName: TLabel
Left = 108
Top = 20
Width = 86
Height = 16
Caption = 'Product Name'
IsControl = True
end
object Version: TLabel
Left = 108
Top = 49
Width = 46
Height = 16
Caption = 'Version'
IsControl = True
end
object Copyright: TLabel
Left = 10
Top = 98
Width = 57
Height = 16
Caption = 'Copyright'
IsControl = True
end
object Comments: TLabel
Left = 10
Top = 128
Width = 64
Height = 16
Caption = 'Comments'
WordWrap = True
IsControl = True
end
end
object OKButton: TButton
Left = 145
Top = 219
Width = 80
Height = 32
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
IsControl = True
end
end